type golang.org/x/net/http2.roundRobinWriteScheduler
7 uses
golang.org/x/net/http2 (current package)
writesched_roundrobin.go#L12: type roundRobinWriteScheduler struct {
writesched_roundrobin.go#L33: ws := &roundRobinWriteScheduler{
writesched_roundrobin.go#L39: func (ws *roundRobinWriteScheduler) OpenStream(streamID uint32, options OpenStreamOptions) {
writesched_roundrobin.go#L59: func (ws *roundRobinWriteScheduler) CloseStream(streamID uint32) {
writesched_roundrobin.go#L78: func (ws *roundRobinWriteScheduler) AdjustStream(streamID uint32, priority PriorityParam) {}
writesched_roundrobin.go#L80: func (ws *roundRobinWriteScheduler) Push(wr FrameWriteRequest) {
writesched_roundrobin.go#L99: func (ws *roundRobinWriteScheduler) Pop() (FrameWriteRequest, bool) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)